low-level language - définition. Qu'est-ce que low-level language
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est low-level language - définition

PROGRAMMING LANGUAGES SIMILAR TO INSTRUCTION SETS
Low-level language; Low level programming language; Low level language; Low-level programming; Low-level (computing); Low-level programming languages; Low level programing language; Low level programming; Lower level language
  • Front panel of a PDP-8/E minicomputer. The row of switches at the bottom can be used to toggle in a machine language program.

low-level language         
<language> Any programming language which either is assembly language, or which is meant to be closely related to, and easily translated into, machine language. Low-level languages lack the amenities of high-level languages but it may be possible to write more efficient code in them. (2000-08-10)
Low-intensity conflict         
  • Quick air support, by helicopters and fixed-wing assets, is integral to countering low-intensity threats
  • right
  • Organizational structure of pro-[[Socialist Republic of Viet Nam]] entities, produced by the United States during the Vietnam War
  • One of the ingenious tunnel complexes in Vietnam used by low-intensity fighters for storage, shelter, withdrawal, and defence.
USE OF MILITARY FORCES APPLIED SELECTIVELY AND WITH RESTRAINT TO ENFORCE COMPLIANCE WITH THE POLICIES OR OBJECTIVES OF THE POLITICAL BODY CONTROLLING THE MILITARY FORCE
Low-intensity warfare; Low intensity warfare; Low-intensity operations; Low intensity Operations; Low Intensity Operations; Low Intensity Warfare; Low Intensity Conflict; Brushfire war; Brush war; Low intensity conflicts; Low intensity conflict; Low-intensity war; Low-level conflict; Low-level warfare; Low-level war; Slow burning conflict; Operations other than war
A low-intensity conflict (LIC) is a military conflict, usually localised, between two or more state or non-state groups which is below the intensity of conventional war. It involves the state's use of military forces applied selectively and with restraint to enforce compliance with its policies or objectives.
Cold-core low         
  • Kona Low]]
  • baroclinic]] atmosphere (b). The blue portion of the surface denotes a cold region while the orange portion denotes a warm region.
  • An upper tropospheric cyclonic vortex in the western North Pacific, showing high level cloud tops being sucked in.
  • Peaks of activity worldwide
CYCLONE ALOFT WHICH HAS AN ASSOCIATED COLD POOL OF AIR RESIDING AT HIGH ALTITUDE WITHIN THE EARTH'S TROPOSPHERE
Barotropic cyclone; Baroclinic and barotropic cyclones; Upper-level low; Upper level low; Barotropic system; Cold-core upper-level low; Cold core; Cold core low
A cold-core low, also known as an upper level low or cold-core cyclone, is a cyclone aloft which has an associated cold pool of air residing at high altitude within the Earth's troposphere, without a frontal structure. It is a low pressure system that strengthens with height in accordance with the thermal wind relationship.

Wikipédia

Low-level programming language

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map that are structurally similar to processor's instructions. Generally, this refers to either machine code or assembly language. Because of the low (hence the word) abstraction between the language and machine language, low-level languages are sometimes described as being "close to the hardware". Programs written in low-level languages tend to be relatively non-portable, due to being optimized for a certain type of system architecture.

Low-level languages can convert to machine code without a compiler or interpreter—second-generation programming languages use a simpler processor called an assembler—and the resulting code runs directly on the processor. A program written in a low-level language can be made to run very quickly, with a small memory footprint. An equivalent program in a high-level language can be less efficient and use more memory. Low-level languages are simple, but considered difficult to use, due to numerous technical details that the programmer must remember. By comparison, a high-level programming language isolates execution semantics of a computer architecture from the specification of the program, which simplifies development.